home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / utils / lparser3 / bop00.ls < prev    next >
Text File  |  1993-11-22  |  196b  |  10 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 18    # recursion depth
  3. 10    # angle
  4. 10    # thickness as % of length
  5. FFFFFFc[A][B]
  6. A=[+A{.].C.}
  7. B=[-B{.].C.}
  8. C=gC
  9. @
  10.